home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- set the regPoint of member "demo btn" to point(-1000, -1000)
- updateStage()
- end
-
- on stopMovie
- global gObjCaptain
- set clearList to [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]
- repeat with x in clearList
- set object to getaProp(the pRollRegistry of gObjCaptain, x)
- if objectp(object) then
- dispose(object)
- setaProp(the pRollRegistry of gObjCaptain, x, 0)
- end if
- end repeat
- end
-